feat: setup script, evaluation walkthrough, portals, and batch retry#33
Merged
Conversation
… logic - Add setup.sh one-liner that installs all dependencies (#25 replacement) - Add docs/evaluation-walkthrough.md with full A-F scoring example (#7) - Add 10 company portals: Stripe, Datadog, Cloudflare, Figma, Notion, Databricks, Scale AI, Supabase, Dagger, Modal (#2) - Add rate limiting and retry logic to batch mode: 2s between batches, 10s backoff on 429, max 3 attempts per URL, non-retryable errors (#26) - Update README with setup.sh option Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses 4 open issues in one PR:
1. Setup script — replaces #25 (Docker)
setup.sh— one command installs Node deps, Playwright Chromium, copies config templates, runs doctorbash setup.shoption2. Evaluation walkthrough — closes #7
docs/evaluation-walkthrough.md— full A-F scoring example with realistic data3. 10 more company portals — closes #2
Added to
templates/portals.example.yml:Stripe, Datadog, Cloudflare, Figma, Notion, Databricks, Scale AI, Supabase, Dagger, Modal
4. Rate limiting & retry logic — closes #26
Updated
modes/batch.mdwith:Testing
All 58 tests pass, 0 failures.